projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3517db2
)
; * lisp/emacs-lisp/autoload.el update-directory-autoloads): Fix typo in previous.
author
Glenn Morris
<rgm@gnu.org>
Thu, 7 Jan 2016 07:35:53 +0000
(23:35 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 7 Jan 2016 07:35:53 +0000
(23:35 -0800)
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 98b05a382aaede493260a773c54be6d6e5bddd54..33f50b341ba2427eea6e994ac2959d2b16806261 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-868,7
+868,7
@@
write its autoloads into the specified file instead."
(let ((no-autoloads-time (or last-time '(0 0 0 0))) file-time)
(dolist (file files)
(cond
- ((member (expand-file-name file) autoload-excludes
nil)
)
+ ((member (expand-file-name file) autoload-excludes
) nil
)
;; Passing nil as second argument forces
;; autoload-generate-file-autoloads to look for the right
;; spot where to insert each autoloads section.